3.80 \(\int \frac{F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx\)

Optimal. Leaf size=27 \[ \text{Int}\left (\frac{F^{c+d x}}{x \left (a+b F^{c+d x}\right )},x\right ) \]

[Out]

Unintegrable[F^(c + d*x)/((a + b*F^(c + d*x))*x), x]

_______________________________________________________________________________________

Rubi [A]  time = 0.102549, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0. \[ \text{Int}\left (\frac{F^{c+d x}}{\left (a+b F^{c+d x}\right ) x},x\right ) \]

Verification is Not applicable to the result.

[In]  Int[F^(c + d*x)/((a + b*F^(c + d*x))*x),x]

[Out]

Defer[Int][F^(c + d*x)/((a + b*F^(c + d*x))*x), x]

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 0., size = 0, normalized size = 0. \[ \int \frac{F^{c + d x}}{x \left (F^{c + d x} b + a\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(F**(d*x+c)/(a+b*F**(d*x+c))/x,x)

[Out]

Integral(F**(c + d*x)/(x*(F**(c + d*x)*b + a)), x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0534852, size = 0, normalized size = 0. \[ \int \frac{F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[F^(c + d*x)/((a + b*F^(c + d*x))*x),x]

[Out]

Integrate[F^(c + d*x)/((a + b*F^(c + d*x))*x), x]

_______________________________________________________________________________________

Maple [A]  time = 0.037, size = 0, normalized size = 0. \[ \int{\frac{{F}^{dx+c}}{ \left ( a+b{F}^{dx+c} \right ) x}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(F^(d*x+c)/(a+b*F^(d*x+c))/x,x)

[Out]

int(F^(d*x+c)/(a+b*F^(d*x+c))/x,x)

_______________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \[ -a \int \frac{1}{F^{d x} F^{c} b^{2} x + a b x}\,{d x} + \frac{\log \left (x\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F^(d*x + c)/((F^(d*x + c)*b + a)*x),x, algorithm="maxima")

[Out]

-a*integrate(1/(F^(d*x)*F^c*b^2*x + a*b*x), x) + log(x)/b

_______________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{F^{d x + c}}{F^{d x + c} b x + a x}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F^(d*x + c)/((F^(d*x + c)*b + a)*x),x, algorithm="fricas")

[Out]

integral(F^(d*x + c)/(F^(d*x + c)*b*x + a*x), x)

_______________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \[ \int \frac{F^{c + d x}}{x \left (F^{c} F^{d x} b + a\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F**(d*x+c)/(a+b*F**(d*x+c))/x,x)

[Out]

Integral(F**(c + d*x)/(x*(F**c*F**(d*x)*b + a)), x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0., size = 0, normalized size = 0. \[ \int \frac{F^{d x + c}}{{\left (F^{d x + c} b + a\right )} x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(F^(d*x + c)/((F^(d*x + c)*b + a)*x),x, algorithm="giac")

[Out]

integrate(F^(d*x + c)/((F^(d*x + c)*b + a)*x), x)